home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / bp_data / misc / theend.dxr / 00063.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  156 b   |  10 lines

  1. on exitFrame
  2.   global gT, gRsrcPath, gDataPath
  3.   if gT < the ticks then
  4.     go("BLACK")
  5.     go(1, the pathName & "CREDITS")
  6.   else
  7.     go("P")
  8.   end if
  9. end
  10.